Parameters
- events
A FileSystemEvents object that will be used to raise events. Cannot be null.
- userData
Opaque data that will be passed back to the event handler when an event is raised.
- tarFile
An AbstractFile that specifies the Tar archive to extract. Cannot be null.
- destinationFolder
- An AbstractFolder that specifies the destination folder in which to untar all items. Cannot be null.
- replaceExistingFiles
- Boolean value indicating whether existing items in the destination should be replaced.
- filters
- An array of objects that can be used to filter the list of files extracted.